Scrape any webpage as clean Markdown and extract YouTube transcripts. Enterprise grade infrastructure at $0.001 per request.
Overview
What is Crawly?
Crawly is a web scraping and YouTube transcript API. The MCP server gives AI tools like Claude, Cursor, and Windsurf the ability to scrape any URL and extract YouTube transcripts directly.
Tools
| Tool | Description |
|---|---|
| crawly_docs | Fetches the live API schema with all endpoints and parameters |
| crawly_request | Makes a request to any Crawly endpoint |
Features
- Scrape any URL and get clean Markdown output
- Extract YouTube transcripts in text, SRT, or VTT
- JavaScript rendering and anti-bot bypass built in
- $0.001 per request, 100 free credits to start
- Auto-discovers new endpoints, no MCP updates needed
Links
Server Config
{
"mcpServers": {
"crawly": {
"command": "npx",
"args": [
"-y",
"crawly-mcp",
"--api-key",
"cr_your_key_here"
]
}
}
}